Welcome![Sign In][Sign Up]
Location:
Search - cubic spline interpolation

Search list

[Algorithm3INSERT

Description: 三次样条插值算法和拉格朗日插值算法的实现。-cubic spline interpolation algorithm and Lagrange interpolation algorithm implementation.
Platform: | Size: 1024 | Author: chenjie | Hits:

[Algorithmspline513

Description: 这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
Platform: | Size: 1024 | Author: 宋亚平 | Hits:

[AlgorithmEMD-C

Description: EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
Platform: | Size: 1024 | Author: | Hits:

[matlabmatlabcs

Description: 三次样条插值的源程序,程序稍稍长了点 希望大家能用到-cubic spline interpolation of the source, procedures slight hope everyone can wait to
Platform: | Size: 1024 | Author: 徐国强 | Hits:

[AlgorithmTriSpline

Description: 三次样条插值程序。编译运行本程序后,程序会弹出窗口及问句:“input the number of intervals:”,输入插值的次数即可,程序将得到的次数保存在变量int n中。如果输入的插值次数正确(n>=2),程序会显示下一语句:"input the value of the variable:",此时输入插值点即可,程序将得到的插值点保存在变量double v中。若插值点正确(v>=0&&v<=6),则程序将输出插值结果。-cubic spline interpolation procedure. Compiling the operation procedures, the program will pop-up window and query : "input the number of intervals :", the number of imported interpolation can be. procedures will be stored in the number int n variables. If the input frequency correct interpolation (n
Platform: | Size: 280576 | Author: 唐新猛 | Hits:

[AlgorithmD2R10

Description: 用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值-Using vc platform for the development of bi-cubic spline interpolation function, has high accuracy, can be completed on the surface of the interpolation points
Platform: | Size: 246784 | Author: 任林 | Hits:

[Algorithmspine

Description: 样条类的C++,该类包括三次样条的插值,拟合和B样条的插值,拟和等功能 。自己编写的简单适用的函数,粘上即可用。-Spline type of C++, Such including the cubic spline interpolation, fitting and B-spline interpolation, to be and functions. I have written a simple application of the function, you can use glue.
Platform: | Size: 5120 | Author: 饶宾 | Hits:

[Data structspoint3Dspline

Description: 实现三维空间点的样条插值算法,point3D cubic spline-The realization of three-dimensional space point spline interpolation algorithm, point3D cubic spline
Platform: | Size: 14862336 | Author: qiaodong | Hits:

[matlabSF_Spline

Description: 基于matlab的三次样条插值算法程序-Matlab based on the cubic spline interpolation algorithm procedure
Platform: | Size: 1024 | Author: | Hits:

[MPIspline3

Description: 三次样调插值 源程序,欢迎下载交流学习-Cubic Spline Interpolation transfer source, welcome to download the exchange of learning
Platform: | Size: 1024 | Author: 刘语 | Hits:

[AlgorithmInterpolation.VC6

Description: 刚学数值分析,就碰到了插值。于是用VC编写了这个小程序。功能:绘制原函数、Lagrange插值、三次样条插值函数。移动鼠标就可以查看函数值。Enjoy it!-Just learning numerical analysis, we encountered interpolation. VC was used to prepare this small program. Functions: rendering the original function, Lagrange interpolation, cubic spline interpolation function. Move the mouse you can view the function value. Enjoy it!
Platform: | Size: 50176 | Author: 大乔 | Hits:

[Algorithmsanmu

Description: 三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.-Cubic spline function algorithm C++ Source code for the project to calculate the smooth curve interpolation calculation.
Platform: | Size: 602112 | Author: 李林 | Hits:

[AlgorithmThreeSpline

Description: 数值分析中三次样条插值算法,运行稳定,并能画出最后的插值曲线-Numerical Analysis of cubic spline interpolation algorithm, running stability, and can draw the final curve interpolation
Platform: | Size: 38912 | Author: yanghy | Hits:

[matlabDesktop

Description: 二维插值的应用。二维插值主要应用于图像处理和数据的可视话。主要方法有:最邻近插值;双线形插值;三次样条插值等方法。该源码可以看出其中区别。-Application of two-dimensional interpolation. Two-dimensional interpolation is mainly used in image processing and visualization of data words. Main methods are: the nearest interpolation double linear interpolation cubic spline interpolation and other methods. The source can be seen the difference between them.
Platform: | Size: 1024 | Author: meng wei | Hits:

[matlab3spline

Description: 介绍了三次样条插值的Mtlab程序,程序简单易懂,有助于对三次样条插值的了解。-Introduce a cubic spline interpolation of Mtlab procedures, the procedures simple and easy to understand, contribute to the cubic spline interpolation understanding.
Platform: | Size: 4096 | Author: pplovefox | Hits:

[GUI Developcz

Description: 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval method 5. Interpolating polynomial 6. Dual Lagrange interpolation 7. Bicubic Spline Interpolation
Platform: | Size: 4096 | Author: wzz | Hits:

[matlabchazhihenihe

Description: MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析-MATLAB realization of Lagrange, piecewise linear, cubic spline interpolation in three ways, changing the number of nodes, interpolation of three preliminary analysis of the results
Platform: | Size: 120832 | Author: 刘文 | Hits:

[Algorithmanalysis2

Description: 数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and cubic spline interpolation of the data to refine
Platform: | Size: 2048 | Author: madier | Hits:

[matlabmatlab

Description: 运用三次样条插值函数法对一条已知的折线进行圆滑(编程实现)-The use of cubic spline interpolation function of a line known for sleek (Programming)
Platform: | Size: 2048 | Author: guoshuchao | Hits:

[GDI-BitmapTreeSpline

Description: 三次样条插值,B曲线等都是根据已知样点,用不同方法拟和曲线、曲面。-Cubic spline interpolation, B curves are the basis of known samples, using different methods of curve fitting, surface.
Platform: | Size: 1024 | Author: 史文博 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net